Revision: debian-dir--libselinux--1.0--patch-2
Archive: srivasta@debian.org--etch
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Sat Aug  6 09:27:37 CDT 2005
Standard-date: 2005-08-06 14:27:37 GMT
Modified-files: changelog control
New-patches: srivasta@debian.org--etch/debian-dir--libselinux--1.0--patch-2
Summary: Added fix for IA64 missing clone call
Keywords: 


Apparently, we cannot use __clone2 because it requires a callback and
automatically invokes _exit in the child.  Even if we used longjmp to
work around this problem, we are still using an internal GNU libc
interface. So, we include a GNU libc excerpt to implement a clone look
alike for IA64. Thanks to Florian Weimer for the fix.
